home *** CD-ROM | disk | FTP | other *** search
/ Nautilus 1993 March / Nautilus-4-3 / Nautilus-4-3.bin / Multimedia / Feature / RlePict1.1 Folder / macimg.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-01-28  |  316 b   |  14 lines

  1. /*
  2.  * Defs for routines to manipulate images and Pict files in 32bit QuickDraw.
  3.  *
  4.  * John Peterson, Apple.
  5.  */
  6.  
  7. extern GWorldPtr LoadPicture( char * );
  8. extern void SavePicture( GWorldPtr, char * );
  9. extern void SetupPict();
  10. extern void WritePictFile( char * );
  11. extern void CopyGWtoWindow( GWorldPtr, WindowPtr );
  12.  
  13.  
  14.